翻訳と辞書
Words near each other
・ Data masking
・ Data Matrix
・ Data matrix
・ Data matrix (multivariate statistics)
・ Data merge
・ Data migration
・ Data mile
・ Data mining
・ Data Mining and Knowledge Discovery
・ Data Mining Extensions
・ Data mining in agriculture
・ Data mining in meteorology
・ Data model
・ Data constrained modelling
・ Data Control & Systems
Data Control Block
・ Data control language
・ Data conversion
・ Data converter
・ Data corruption
・ Data cube
・ Data curation
・ Data custodian
・ Data de Groove
・ Data deduplication
・ Data deficient
・ Data Defined Storage
・ Data definition language
・ Data definition specification
・ Data degradation


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Data Control Block : ウィキペディア英語版
Data Control Block
In IBM mainframe operating systems, such as OS/360, MVS, z/OS, a Data Control Block (DCB) is a description of a dataset in a program. A DCB is coded in Assembler programs using the DCB macro instruction (which expands into a large number of "define constant" instructions). High level language programmers use library routines containing DCBs.
A DCB is one of the many ''control blocks'' used in these operating systems. A ''control block'' is a data area with a predefined structure, very similar to a C struct, but typically only related to system's functions. A DCB may be compared to a FILE structure in C, but it is much more complex, offering many more options for various access methods.
The control block acted as the Application programming interface between Logical IOCS and the application program and usually was defined within (and resided within) the application program itself. The addresses of I/O subroutines would be resolved during a linkedit phase after compilation or else dynamically inserted at OPEN time.
The equivalent control block for IBM DOS/360, DOS/VSE and z/VSE operating systems is a "DTF" (Define the file)()
==Typical contents of a DCB==

* symbolic file name (to match a JCL statement for opening the file)
* type of access (e.g. random, sequential, indexed)
* physical characteristics (blocksize, logical record length)
* number of I/O buffers to allocate for processing to permit overlap of I/O
* address of I/O operating system library subroutines (e.g. read/write)
* other variables as required by the subroutines according to type

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Data Control Block」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.